php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#150245 - 01/25/02 12:29 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by MrStormyNights:
Allen, This Multihack file Needs Fixed!

I posted what was wrong on 12/28 and as of yet I have not seen any response, so I am posting again in hopes you will see it this time.
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">

Sorry.. not enough hours in the day. I'll be updating this tomorrow and will look through the thread for any changes that need to be made. Thanks for your patience.
_________________________
- Allen wavey
- What Drives You?

Top
#150246 - 01/31/02 10:44 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
Phoenix Creation Offline
Junior Member

Registered: 01/25/02
Posts: 27
Loc: New York City
My QUOTE function is having a problem with the XHTML coding.

Specificially when I try to EDIT a post that has a quote function in it.

It seems to be a problem with the reverse_ubb_code subroutine. Here is the file:

www.netbattletech.com/ubb_prob.zip

You can see what it does at:

http://www.netbattletech.com/forum/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=2;t=000508

Last post. It is not removing the HTML coding from the page when you go to edit it.

Any ideas?
_________________________
The Dark Phoenix Has Risen

Top
#150247 - 02/01/02 01:07 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
Hagar Offline
Member

Registered: 10/08/01
Posts: 89
Yeah, the backtrace for the quote tags isn't adapted for the XHTML update.
I've also encountered this problem and am trying to fix it.
I only have to get rid off the font tags, the rest has already been updated.

Edit:

Well with my very limited knowledge on this I'm on the end off search to solve it.
I only got rid off the <hr> and <blockquote> tags.
This piece of code will do that (replace the sub reverse_ubb_code block inside ubb_lib_posting.cgi):
Code:
[/code]Now could someone please get rid off those last font tags?

[code]
Cause they seem to spoil the party frown

lol, beter move this to the beta forum tipsy
_________________________
Join Team UBBDev in their quest against cancer.
Download the UD Think device and join our team.

Top
#150248 - 02/01/02 01:25 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
Phoenix Creation Offline
Junior Member

Registered: 01/25/02
Posts: 27
Loc: New York City
LK helped me out. smile

D/L the 6.2 upgrade and get the blockquote code from both ubb_lib and ubb_lib_posting.

UBBCode subroutine
reverse_ubb_code subroutine

Copy JUST those lines into your existing files (replace what you have). In ubb_lib_posting you will have to delete the little header in front of the line (different code). Do not do the entire sections as there are things not compatible (found that out the hard way).

Boom works. Was kicking my butt.
_________________________
The Dark Phoenix Has Risen

Top
#150249 - 02/01/02 01:27 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
Hagar Offline
Member

Registered: 10/08/01
Posts: 89
Ow, thanks for this fast reply but the multihack should still be updated for other users.
I'll just run over to 6.2 to get my piece of code now wink
_________________________
Join Team UBBDev in their quest against cancer.
Download the UD Think device and join our team.

Top
#150250 - 02/01/02 01:30 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
Hagar Offline
Member

Registered: 10/08/01
Posts: 89
Where is that upgrade? confused
_________________________
Join Team UBBDev in their quest against cancer.
Download the UD Think device and join our team.

Top
#150251 - 02/01/02 02:10 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
Phoenix Creation Offline
Junior Member

Registered: 01/25/02
Posts: 27
Loc: New York City
You can get it off the InfoPop site.
_________________________
The Dark Phoenix Has Risen

Top
#150252 - 02/13/02 11:19 AM Re: [6.1x] XHTML 1.0 Transitional Compliance
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by AllenAyres:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by MrStormyNights:
Allen, This Multihack file Needs Fixed!

I posted what was wrong on 12/28 and as of yet I have not seen any response, so I am posting again in hopes you will see it this time.
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Sorry.. not enough hours in the day. I'll be updating this tomorrow and will look through the thread for any changes that need to be made. Thanks for your patience.
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">OK, so I my tomorrows take a month smile I updated the file with this fix, tho I haven't updated the lib_posting quote routines...
_________________________
- Allen wavey
- What Drives You?

Top
#150253 - 03/08/02 11:29 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Okay, Allen, I have a stoooopid question for you. laugh

When you upgrade to 6.2+ -- do you need to do the XHTML 1.0 Transitional Compliance upgrade, too? Or is it already a part of the 6.2+?

Thanks!
_________________________
Sue
adwoff.com

Top
#150254 - 03/08/02 11:45 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Yes, Charles used Allen's Templates in 6.2 so you don't have to worry about a thing smile

q
_________________________

Top
#150255 - 03/08/02 11:54 PM Re: [6.1x] XHTML 1.0 Transitional Compliance
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by qasic:
Yes, Charles used Allen's Templates in 6.2 so you don't have to worry about a thing smile

q
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Whew! Thanks, Q! laugh
_________________________
Sue
adwoff.com

Top
Page 2 of 2 < 1 2



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks